2008-02-15 Richard Hult <richard@imendio.com>
* gdk/quartz/GdkQuartzView.c: Adapt to the change to use frame
instead of bounds when resizing windows.
svn path=/trunk/; revision=19580
+2008-02-15 Richard Hult <richard@imendio.com>
+
+ * gdk/quartz/GdkQuartzView.c: Adapt to the change to use frame
+ instead of bounds when resizing windows.
+
2008-02-15 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkkeys-x11.c:
}
}
--(void)setBounds:(NSRect)bounds
+-(void)setFrame:(NSRect)frame
{
- [super setBounds:bounds];
+ [super setFrame:frame];
[self updateTrackingRect];
}